https://www.google.com/recaptcha/intro/index.html
than add the keys to your local config.
/* Keys for recaptcha, you can change these if you want to your own but it's a global key so it should just work */
Config::Set('RECAPTCHA_PUBLIC_KEY', 'key goes here');
Config::Set('RECAPTCHA_PRIVATE_KEY', 'key goes here');