You essentially just need to create a captcha class in your add-on, so Your\AddOn\Captcha\YourCaptcha
and then add a template modification to the option_template_captcha template.
The option value should be the short class name, e.g. Your\AddOn:YourCaptcha
.