API 11+:
Add android:foreground="?android:attr/selectableItemBackground" to your CardView element.
API 9+:
Add android:foreground="?selectableItemBackground" to your CardView element.
Edit: The ripple originating from the center and not from the touch point is a known bug, and has been fixed.